←Select platform

PointToPhysical(PointF[]) Method

Summary
Converts the specified points from logical to physical coordinates.
Syntax
C#
VB
C++
public PointF[] PointToPhysical( 
   PointF[] pts 
) 
Public Overloads Function PointToPhysical( _ 
   ByVal pts() As PointF _ 
) As PointF() 
public: 
array<PointF>^ PointToPhysical(  
   array<PointF>^ pts 
)  

Parameters

pts
The input logical points.

Return Value

The points converted from logical to physical coordinates.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Drawing Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.